runtime.bucket.stk (method)
7 uses
runtime (current package)
mprof.go#L182: func (b *bucket) stk() []uintptr {
mprof.go#L231: if b.typ == typ && b.hash == h && b.size == size && eqslice(b.stk(), stk) {
mprof.go#L242: copy(b.stk(), stk)
mprof.go#L633: copy(r.Stack0[:], b.stk())
mprof.go#L643: fn(b, b.nstk, &b.stk()[0], b.size, mp.active.allocs, mp.active.frees)
mprof.go#L689: i := copy(r.Stack0[:], b.stk())
mprof.go#L718: i := copy(r.Stack0[:], b.stk())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)